runtime.g.asyncSafePoint (field)
8 uses
runtime (current package)
debugcall.go#L156: gp.asyncSafePoint = true
debugcall.go#L201: gp.asyncSafePoint = false
mgcmark.go#L891: if debugScanConservative && gp.asyncSafePoint {
preempt.go#L304: gp.asyncSafePoint = true
preempt.go#L310: gp.asyncSafePoint = false
proc.go#L4226: if gp.asyncSafePoint {
runtime2.go#L444: asyncSafePoint bool
stack.go#L1156: if gp.asyncSafePoint {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)